added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBFTPUpload / VBFTPUpload.vbproj
blob530e8bde5ca1599bf26877528135313d745ad733
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D1EB454E-5746-40B0-A350-C417F89B0797}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>VBFTPUpload</RootNamespace>
11     <AssemblyName>VBFTPUpload</AssemblyName>
12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13     <OptionExplicit>On</OptionExplicit>
14     <OptionCompare>Binary</OptionCompare>
15     <OptionStrict>Off</OptionStrict>
16     <OptionInfer>On</OptionInfer>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <FileAlignment>512</FileAlignment>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>..\Debug\</OutputPath>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <ErrorReport>prompt</ErrorReport>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <ErrorReport>prompt</ErrorReport>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>..\Debug\</OutputPath>
42     <DefineDebug>true</DefineDebug>
43     <DefineTrace>true</DefineTrace>
44     <DebugType>full</DebugType>
45     <PlatformTarget>AnyCPU</PlatformTarget>
46     <CodeAnalysisLogFile>bin\Debug\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
49     <ErrorReport>prompt</ErrorReport>
50     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
57     <OutputPath>..\Release\</OutputPath>
58     <DefineDebug>false</DefineDebug>
59     <DefineTrace>true</DefineTrace>
60     <Optimize>true</Optimize>
61     <DebugType>pdbonly</DebugType>
62     <PlatformTarget>AnyCPU</PlatformTarget>
63     <CodeAnalysisLogFile>bin\Release\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
66     <ErrorReport>prompt</ErrorReport>
67     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72   </PropertyGroup>
73   <PropertyGroup>
74     <StartupObject>VBFTPUpload.My.MyApplication</StartupObject>
75   </PropertyGroup>
76   <PropertyGroup>
77     <MyType>WindowsForms</MyType>
78   </PropertyGroup>
79   <ItemGroup>
80     <Reference Include="System" />
81     <Reference Include="System.Core">
82       <RequiredTargetFramework>3.5</RequiredTargetFramework>
83     </Reference>
84     <Reference Include="System.Drawing" />
85     <Reference Include="System.Windows.Forms" />
86   </ItemGroup>
87   <ItemGroup>
88     <Import Include="Microsoft.VisualBasic" />
89     <Import Include="System.Collections.Generic" />
90     <Import Include="System.Diagnostics" />
91     <Import Include="System.Drawing" />
92     <Import Include="System.Windows.Forms" />
93     <Import Include="System" />
94   </ItemGroup>
95   <ItemGroup>
96     <Compile Include="ErrorEventArgs.vb">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include="FileUploadCompletedEventArgs.vb">
100       <SubType>Code</SubType>
101     </Compile>
102     <Compile Include="FTPClientManager.vb">
103       <SubType>Code</SubType>
104     </Compile>
105     <Compile Include="FTPClientManagerStatus.vb">
106       <SubType>Code</SubType>
107     </Compile>
108     <Compile Include="FTPDirectoryListingStyle.vb">
109       <SubType>Code</SubType>
110     </Compile>
111     <Compile Include="FTPFileSystem.vb">
112       <SubType>Code</SubType>
113     </Compile>
114     <Compile Include="FTPUploadClient.vb" />
115     <Compile Include="MainForm.vb">
116       <SubType>Form</SubType>
117     </Compile>
118     <Compile Include="MainForm.Designer.vb">
119       <DependentUpon>MainForm.vb</DependentUpon>
120     </Compile>
121     <Compile Include="My Project\Application.Designer.vb">
122       <AutoGen>True</AutoGen>
123       <DependentUpon>Application.myapp</DependentUpon>
124     </Compile>
125     <Compile Include="NewMessageEventArg.vb" />
126     <Compile Include="My Project\AssemblyInfo.vb" />
127     <Compile Include="UICredentialsProvider.vb">
128       <SubType>Form</SubType>
129     </Compile>
130     <Compile Include="UICredentialsProvider.Designer.vb">
131       <DependentUpon>UICredentialsProvider.vb</DependentUpon>
132     </Compile>
133     <EmbeddedResource Include="MainForm.resx">
134       <DependentUpon>MainForm.vb</DependentUpon>
135     </EmbeddedResource>
136     <EmbeddedResource Include="UICredentialsProvider.resx">
137       <DependentUpon>UICredentialsProvider.vb</DependentUpon>
138     </EmbeddedResource>
139   </ItemGroup>
140   <ItemGroup>
141     <None Include="My Project\Application.myapp">
142       <Generator>MyApplicationCodeGenerator</Generator>
143       <LastGenOutput>Application.Designer.vb</LastGenOutput>
144     </None>
145     <Content Include="Readme.txt" />
146   </ItemGroup>
147   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
148   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149        Other similar extension points exist, see Microsoft.Common.targets.
150   <Target Name="BeforeBuild">
151   </Target>
152   <Target Name="AfterBuild">
153   </Target>
154   -->
155 </Project>